feat: managed_organism() ergonomics pass (v0.23.2)#27
Merged
coredipper merged 1 commit intomainfrom Mar 25, 2026
Merged
Conversation
Pattern-first ergonomics for the v0.19-0.23 subsystems: managed_organism() — one-call factory wiring the full stack: - Adaptive or direct path based on library/stages - Optional watcher, substrate, development, social learning - ManagedOrganism with run(), consolidate(), export_templates(), import_from_peer(), scaffold(), status() - ManagedRunResult wraps run result with watcher/development/template consolidate() — one-call sleep consolidation with sensible defaults advise_topology() v2 — optional library/fingerprint params for library-aware topology advice with suggested_template - 11 new tests (1141 total, all passing) - Example 82: managed_organism full-stack demo - Lazy imports in managed.py to avoid circular dependency - Bump version to 0.23.2 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Pattern-first ergonomics for the v0.19-0.23 subsystems — making the full stack as accessible as
skill_organism()made v0.18.managed_organism(): one-call factory. Provide stages or a library, get back aManagedOrganismwith.run(),.consolidate(),.export_templates(),.scaffold(),.status(). Everything opt-in.consolidate(): one-call sleep consolidation. Pass a library, get backConsolidationResult.advise_topology()v2: optionallibrary+fingerprintparams for library-aware advice.🤖 Generated with Claude Code